<squad>
	<description>
		<type>TYPE_ARMOURED_CAR</type>
		<nationality>NATIONALITY_FRENCH</nationality>

		<long_name>Panhard AMD 179</long_name>
		<short_name>AMD 179</short_name>
		<comment>A French APC with a Reibel machine gun. Can mount an infantry squad</comment>

		<uniform>french_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>1</month><year>1939</year><number>30</number></data>
		<data><month>11</month><year>1942</year><number>30</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-AMD Panhard 179.png</image_profile>
			<weight>7000</weight>
			<can_mount_infantry>yes</can_mount_infantry>
		</attributes>

		<drive>
			<engine>
				<name>Panhard 4-Cy</name>
				<horsepower>86</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<mount>MOUNT_FRONT</mount>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forwards>4</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_FRONT_WHEELS</steering>

			<exhaust_pipe><offsetX>-80</offsetX><offsetY>280</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-AMD Panhard 179.png</image_view>

			<width>210</width>
			<length>543</length>
			<height>150</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>9@30</upper_front>
				<lower_front>9@-60</lower_front>
				<side>7</side>
				<rear>7</rear>
				<top>5</top>
				<bottom>4</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_M1892</type></weapon>
				<ammo><for>WEAPON_PISTOL_M1892</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>210</width>
			<length>250</length>
			<height>60</height>

			<offsetX>0</offsetX>
			<offsetY>144</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>7@12</upper_front>
				<lower_front>7@60</lower_front>
				<side>7</side>
				<rear>7</rear>
				<top>5</top>
			</armour>
		</superstructure>

		<fixed_weapon>
			<image_view>Image-AMD Panhard 179 MG.png</image_view>

			<offsetX>40</offsetX>
			<offsetY>30</offsetY>
			<offsetZ>180</offsetZ>

			<rotate_time>5</rotate_time>
			<rotate_left>20</rotate_left>
			<rotate_right>20</rotate_right>

			<weapon><type>WEAPON_LMG_REIBEL</type></weapon>
			<ammo><for>WEAPON_LMG_REIBEL</for><rounds>5000</rounds></ammo>

			<man>
				<job>JOB_MACHINE_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_M1892</type></weapon>
				<ammo><for>WEAPON_PISTOL_M1892</for><rounds>60</rounds></ammo>
			</man>
		</fixed_weapon>
	</vehicle>
</squad>
